|
|
|
BlueCielo Meridian Enterprise 2012 VBScript API Reference | BlueCielo ECM Solutions |
Creates a hybrid for the current document with the specified name. After creation, content for the new hybrid part can be loaded with the LoadFromFile method or LoadFromTemplate method methods.
CreateHybridPart(PartName as String) As IASDocument6
Name | Description |
---|---|
PartName |
The name with which to create the new hybrid part. |
Use this method to create a new hybrid part before loading file content with the LoadFromFile method or LoadFromTemplate method methods. Consider using the ImportHybridPart method method instead.
Copyright © 2000-2012 BlueCielo ECM Solutions |